*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:'Inter',sans-serif;color:#e0e0e0;background:#0a0a0a radial-gradient(circle at 50% 100%,#1a1a1a,#0a0a0a);overflow:hidden}body{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem}img.logo{width:auto;height:60px;margin-bottom:1.5rem}main{max-width:650px;width:100%;display:flex;flex-direction:column;align-items:center}h1{font-size:clamp(2.25rem,8vw,4.5rem);font-weight:700;margin-bottom:1rem;line-height:1.2;min-height:1.2em}.typing-cursor{display:inline-block;width:.1em;height:.9em;background-color:#FFD700;margin-left:.1em;animation:blink-caret .75s step-end infinite;vertical-align:baseline}main p{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;margin-bottom:2rem;opacity:.9;max-width:600px}a.cta{display:inline-block;background-color:#FFD700;color:#0a0a0a;font-size:1rem;font-weight:700;text-decoration:none;padding:1rem 2rem;border-radius:8px;transition:transform .2s ease}a.cta:hover,a.cta:focus{transform:scale(1.05);outline:2px solid #FFD700;outline-offset:2px}#cookie-banner{position:fixed;bottom:-150px;left:0;width:100%;background-color:rgba(25,25,25,0.9);color:#e0e0e0;padding:1rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;transition:bottom .5s ease;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}#cookie-banner.show{bottom:0}#cookie-banner p{margin:0;font-size:.875rem}#cookie-accept{background-color:#FFD700;color:#0a0a0a;border:0;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:700;font-size:.875rem}@keyframes blink-caret{from,to{background-color:transparent}50%{background-color:#FFD700}}